In This Topic
Sets the polyline points.
The points in this array are given in page display coordinates, relative to top left corner of the visual page.
Note: for cloud polygon annotations the points must be given in clockwise order.
Syntax
Parameters
- points
- An array of points that define the polyline.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When points is set and the annotation does not belong to a page. |
See Also